home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / SHELL.IN_ / shell.inf
Encoding:
Windows Setup INFormation  |  1999-11-14  |  2.5 KB  |  84 lines

  1. ; This is the Setup information file to install shell components
  2. ; Copyright (c) 1999 Microsoft Corporation
  3. [version]
  4. signature="$Windows NT$"
  5. ClassGUID={00000000-0000-0000-0000-000000000000}
  6. LayoutFile=layout.inf
  7. DriverVer=11/14/1999,5.00.2183.1
  8.  
  9. [DestinationDirs]
  10.  
  11. [DefaultInstall]
  12. RegisterOCXs = ComponentRegList
  13. ProfileItems = ExplorerDel,ExplorerAdd,WelcomeDel,WelcomeAdd,DiskCleanDel,DiskCleanAdd,SchedDel,SchedAdd
  14.  
  15.  
  16. [ComponentRegList]
  17. %11%\dmwinctl.dll
  18.  
  19. [ExplorerAdd]
  20. Name            =%Explorer_DESC%,0x00000001
  21. CmdLine         =10,,explorer.exe
  22. SubDir          =%Accessories%
  23. IconPath        =10,,explorer.exe
  24. IconIndex       =1
  25. InfoTip         =%Explorer_InfoTip%
  26.  
  27. [ExplorerDel]
  28. Name            =%Explorer_DESC%,0x00000003
  29. SubDir          =%Accessories%
  30.  
  31. [WelcomeAdd]
  32. Name            =%Welcome_DESC%,0x00000001
  33. CmdLine         =10,,welcome.exe
  34. SubDir          =%SystemTools%
  35. InfoTip         =%Welcome_InfoTip%
  36.  
  37. [WelcomeDel]
  38. Name            =%Welcome_DESC%,0x00000003
  39. SubDir          =%SystemTools%
  40.  
  41. [DiskCleanAdd]
  42. Name            =%DiskClean_DESC%,0x00000001
  43. CmdLine         =11,,cleanmgr.exe
  44. SubDir          =%SystemTools%
  45. InfoTip         =%DiskClean_InfoTip%
  46.  
  47. [DiskCleanDel]
  48. Name            =%DiskClean_DESC%,0x00000003
  49. SubDir          =%SystemTools%
  50.  
  51. [SchedAdd]
  52. Name            =%Scheduled_DESC%,0x00000001
  53. CmdLine         =10,,explorer.exe "::%CLSID_MyComputer%\::%CLSID_ControlPanel%\::%CLSID_TaskScheduler%"
  54. SubDir          =%SystemTools%
  55. IconPath        =11,,mstask.dll
  56. InfoTip         =%Scheduled_InfoTip%
  57.  
  58. [SchedDel]
  59. Name            =%Scheduled_DESC%,0x00000003
  60. SubDir          =%SystemTools%
  61.  
  62. [Strings]
  63. ShowDesktop         = "Show Desktop.scf"
  64. QuickLaunchDir      = "Microsoft\Internet Explorer\Quick Launch"
  65.  
  66. Accessories         = "Accessories"
  67. SystemTools         = "Accessories\System Tools"
  68.  
  69. Explorer_DESC       = "Windows Explorer"
  70. Explorer_InfoTip    = "Displays the files and folders on your computer."
  71.  
  72. Welcome_DESC        = "Getting Started"
  73. Welcome_Infotip     = "Provides information about new Windows features and helps you to start using Windows 2000."
  74.  
  75. DiskClean_DESC      = "Disk Cleanup"
  76. DiskClean_InfoTip   = "Enables you to clear your disk of unnecessary files."
  77.  
  78. Scheduled_DESC      = "Scheduled Tasks"
  79. Scheduled_InfoTip   = "Use Task Scheduler to schedule computer tasks to run automatically."
  80. CLSID_MyComputer    = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
  81. CLSID_ControlPanel  = "{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  82. CLSID_TaskScheduler = "{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"
  83.  
  84.